Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Nordeck's Synapse Guest Module #3

Open
wants to merge 25 commits into
base: main
Choose a base branch
from

Conversation

AndrewFerr
Copy link
Member

Imports https://github.com/nordeck/element-web-modules/tree/main/packages/synapse-guest-module

The initial import was done with git subtree:

git remote add -t main -f nordeck [email protected]:nordeck/element-web-modules.git
git checkout @nordeck/[email protected]
git subtree split -P packages/synapse-guest-module -b nordeck_synapse-guest-module
git checkout -b af/nordeck-synapse-guest-module main
git subtree add -P modules/restricted-guests/synapse nordeck_synapse-guest-module --squash

@AndrewFerr AndrewFerr requested a review from a team as a code owner February 5, 2025 16:17
Copy link
Member

@t3chguy t3chguy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we get some GHA CI to run the tests and an entry in the CODEOWNERS file for **/synapse/*

@AndrewFerr
Copy link
Member Author

Note that upstream doesn't have SonarCloud codecov checks, so naturally the coverage on the Synapse module will fail.

Should we add something for this, or would it make more sense to do what Synapse does and use coverage?

Copy link
Member

@t3chguy t3chguy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add something for this, or would it make more sense to do what Synapse does and use coverage?

Given tests are here, it'd be great to wire them up to Sonar coverage. I don't think we need to hit any specific bar but it'd be good to have insight as to what level of coverage exists

.github/CODEOWNERS Outdated Show resolved Hide resolved
as opposed to picking up from where upstream left off at 2.0.0.
(Note that CHANGELOG.md was already at 1.0.0.)
Set license to multi-license of AGPL + Element Commercial, and add
associated license files to the repository root.

This does not add a notice of "This file includes modifications" to any
files because they were only moved and relicensed, but otherwise
unmodified.

The exception is run_in_venv.sh, which is a rewrite of upstream's
run_in_venv.js and thus lacks the original copyright entirely.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants